Welcome![Sign In][Sign Up]
Location:
Search - linux ip

Search list

[Linux-UnixIPFilter

Description: linux ip fiter source
Platform: | Size: 156672 | Author: haha | Hits:

[Embeded Linuxipscan-arm-7.5

Description: 嵌入式linux ip扫描程序源代码 for ARM9 CPU 需要QT运行库-Embedded linux ip scan source code for ARM9 CPU need QT runtime
Platform: | Size: 243712 | Author: 周翼 | Hits:

[Technology Managementlinux(17sections)ppt

Description: 对Linux的进程管理、系统维护.DHCP服务配置、软件包管理和备份、TCP.IP基本网络配置、口令时效和文件权限管理等等进行了详细的介绍-On the Linux process management, system maintenance. DHCP service configuration, management and backup software package, TCP.IP basic network configuration, password aging and document rights management, etc., introduced in detail
Platform: | Size: 1289216 | Author: Sky_Walker | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Linux-UnixLinux-MAC20081224

Description: 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A IP: 192.168.116.130 Host Name: XIAOXIAO/MSHOME MAC: 00-12-3F-D5-5E-A6 IP: 192.168.116.131 Host Name: NA MAC: NA [time out!] 一个网段扫描MAC,可以建立一个socket,连续向多个不同IP发送NBNS包,然后等待接受,根据返回包就可以扫描一个网段多个IP的MAC啦。 而windows下可以运行命令:nbtstat -A ip-address来查看 windows c 要改改头文件 -C language, based on each other s IP, to see its MAC address, can also scann more online IP-LAN MAC and host name. Principle: To establish a socket, constructed netbios-ns package, cycle to use sendto () function sent the data to the other side , and use recvfrom () to read back-information. Netbios respond in accordance with the return package, read each other s host name, group name and mac address.
Platform: | Size: 14336 | Author: darinwang | Hits:

[Linux-UnixQue-Linux-Socket-Programming.pdf

Description: 一本描述tcp/ip编程的详细教程,包含各种方法的使用-a book describe tcp/ip program,include many kinds of methods
Platform: | Size: 3259392 | Author: libai | Hits:

[Firewall-SecurityLinuxFirewalls

Description: This ebook teach developer how to program Linux IP Table
Platform: | Size: 5273600 | Author: 888simon | Hits:

[OtherLinux.Socket.Programming.by.Example

Description: Linux Socket Programming by Example 英文原版PDF电子书,省纸打印版-Part I: Basic Socket Concepts Chapter 1. Introducing Sockets A Brief Historical Introduction Understanding Sockets Comparing Sockets to Pipes Creating Sockets Performing I/O on Sockets Closing Sockets Writing a Client/Server Example Chapter 2. Domains and Address Families Nameless Sockets Understanding Domains Forming Socket Addresses Forming Local Addresses Forming Internet (IPv4) Socket Addresses Specifying an X.25 Address Specifying Other Address Families The AF_UNSPEC Address Family Chapter 3. Address Conversion Functions Internet IP Numbers Allocating IP Addresses Manipulating IP Numbers Chapter 4. Socket Types and Protocols Specifying the Domain of a Socket Using the socket(2) Function Choosing a Socket Type Choosing a Protocol Socket Domain and Type Summary Other Linux-Supported Protocols Chapter 5. Binding Addresses to a Socket The Purpose of the bind(2) Function Using the bind(2) Function Obtaining the Socket Address Interfaces and Addressing
Platform: | Size: 1182720 | Author: lisi | Hits:

[Linux-UnixTcp-ip

Description: linux下的tcp/ip通信,包括服务器端和客户端-linux under tcp/ip communication, including server-side and client
Platform: | Size: 17408 | Author: 王强 | Hits:

[Internet-NetworkTCP.IP.Sockets.in.C.Practical.Guide.for.Programmer

Description: linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are often in foreign languages. .
Platform: | Size: 6346752 | Author: | Hits:

[Linux-Unixcamera

Description: IP camera 嵌入式linux下IP摄像头的开发实例及源码。-IP camera IP camera under embedded linux development of examples and source code.
Platform: | Size: 429056 | Author: hujing | Hits:

[OtherLinux-TCPIP

Description: linux下TCP/IP协议栈的工作过程,对TCP/IP协议的了解有很好的帮助。-linux, TCP/IP protocol stack working process of the TCP/IP protocol has a good understanding of the help.
Platform: | Size: 19456 | Author: yg | Hits:

[OtherLinux

Description: 本书全面而深入地介绍了GNU/Linux编程。首先介绍了在Linux上编程必备的编程工具,然后在库函数、系统调用以及内核上阐述Linux编程知识,并专门讲述了包括TCP/IP、UDP以及多播套接口在内的网络编程知识;图形界面也是本书的重点内容,本书着重讲述了文本形式的图形界面库ncurses;还分别讲解了真正图形化的流行系统X Window、Qt、GNOME以及OpenGL的基本编程方法;最后,介绍了Bash编程和设备驱动编程。-Comprehensive and in-depth book introduces the GNU/Linux programming. First introduced in Linux on the programming necessary programming tools, and then in the library functions, system calls and the set of Linux kernel programming knowledge, and specifically addressed, including TCP/IP, UDP and multicast network, including socket programming knowledge graphical interface is also the focus of the content of the book, the book focuses on the text about the form of graphical interface library ncurses also give talks on the true prevalence of graphical system X Window, Qt, GNOME and the basic OpenGL programming Finally, the introduction of the Bash programming and device driver programming.
Platform: | Size: 14036992 | Author: 万娟 | Hits:

[Linux-UnixLinux

Description: (美)奈米斯写的关于Linux系统管理的很经典的一本书,分为引导和关机,超级用户的权力,进程控制,文件系统,添加新用户,增加硬盘,系统日志与日志文件,TCP/IP网络等章节-(U.S.) Naimi Si wrote about Linux system management is the classic book, divided into boot and shutdown, power users the power, process control, file system, add new users and increase the hard disk, system log and the log files, TCP/IP networks, and other sections
Platform: | Size: 45855744 | Author: randoll | Hits:

[Linux-UnixLinux-Network-Programming

Description: 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应用层网络服务程序、TCP编程、主机信息获取、数据IO复用、UDP编程、高级套接字、套接字选项、原始套接字、服务器模型、IPv6、Linux内核网络部分结构及分布、netfilter框架内报文处理。为了方便读者学习,《Linux网络编程》最后一个部分介绍了3个综合案例,包括应用层的Web服务器例子、简单的应用层网络协议站例子和内核层网防火墙的例子。 -"Linux Network Programming" Introduction: Linux is the most popular open source operating systems, network functionality in Linux, occupies the core position. "Linux Network Programming" step by step from the application layer to the Linux kernel, the basic knowledge from the point to the integrated case, the readers how to network programming under Linux. "Linux Network Programming" is divided into four parts: Linux part of program design, Linux user space part of network programming, Linux kernel network programming and integrated case some part. Includes an overview of Linux system, Linux programming environment, Linux File System Introduction, Linux processes and threads under, TCP/IP protocol suite, application layer network services program, TCP programming, host information access, data IO Multiplexing, UDP programming, advanced socket, socket option, the original socket, server model, IPv6, Linux kernel network part of the structure and distribution, netfilter framework of mess
Platform: | Size: 1734656 | Author: chinq | Hits:

[Internet-Networkmobile-IP

Description: linux平台下ns-2网络仿真软件下移动IP仿真-ns-2 mobile ip simulation
Platform: | Size: 5120 | Author: javin | Hits:

[Linux-UnixLinux-IP-Networking

Description: this a document of how to addressing ip in linux -this is a document of how to addressing ip in linux
Platform: | Size: 830464 | Author: Aravindh | Hits:

[Linux-UnixLinux-programming-ideas

Description: 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了典型的设计模式及其实现,特别介绍被认为是标准C++下一版特征之一的多线程处理编程技术,并提供了最新的研究成果。-This book introduces C++ practical programming techniques and best practices, in-depth exploration of exception handling and exception safety design introduction of C++ string, input and output streams, STL algorithms, containers and templates for modern usage, including the template meta-programming Jieshi 多重 succession issues difficult to demonstrate the actual use of RTTI, describes the typical design patterns and, in particular on Jieshao is considered to be the next version of the standard C++ feature of multithreading programming techniques, and provides the latest research the results.
Platform: | Size: 1753088 | Author: 陈雨 | Hits:

[TCP/IP stackThe-Linux-TCP-IP-Stack---Networking-for-Embedded-

Description: Linux TCP/IP Stack. 1: Physical. Layer. 2: Data. Link. 4: Transport. 3: Network. 7: Application. 6: Presentation. 5: Session. Interface Layer (Ethernet, etc.) Protocol ...
Platform: | Size: 2399232 | Author: hkhot | Hits:

[Video Capturelinux USB摄像头采集视频

Description: linux下通过USB摄像头采集视频,用H264压缩编码,然后通过网络发送出去。编译及使用过程请参考压缩文件中的README和Makefile文件。
Platform: | Size: 32977 | Author: dabaisha369@163.com | Hits:
« 1 2 34 5 6 7 8 9 10 ... 48 »

CodeBus www.codebus.net